GrapeCity SPREAD for WPF 2.0J
RemoveRange メソッド

削除する要素範囲の0から始まる開始インデックス。
削除する要素の数。
一連の要素を SpreadCollection<T> から削除します。
構文
'Declaration
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

パラメータ

index
削除する要素範囲の0から始まる開始インデックス。
count
削除する要素の数。
例外
例外説明
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountSpreadCollection<T> 内の要素の有効な範囲を示していません。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.